This chapter includes the following sections:
The WAN Restoral, WAN Reroute, and Dial-on-overflow features have similar functions and might be confused. This overview is intended to help you decide which of these functions will be useful to you and to help you find the information you need to configure them.
The configuration commands for all three features are included in the "Configuring WAN Restoral" chapter. For additional information about WAN Reroute and Dial-on-overflow see "The WAN Reroute Feature".
WAN Restoral is the most basic function. When you use WAN Restoral, you configure a primary and a secondary link. In case the primary link fails, the secondary link is started and assumes the characteristics of the primary. You don't configure any protocol definitions on the secondary link because it uses the protocol definitions from the primary link.
For WAN Restoral:
Note: | When BRS is configured on a primary link and the primary link is part of a primary-secondary pair for WAN Restoral, you must configure BRS on the secondary link. Typically when WAN Restoral is configured, the secondary link takes the identify of the primary link. However, this is not true for BRS; therefore, BRS needs to be configured on both the primary and secondary link. |
WAN Reroute is a more advanced function. When you use WAN Reroute, you configure a primary and an alternate link. In case the primary link fails, the alternate link is started. The routing protocols (for example, RIP or OSPF) detect the newly available link and adjust the routes that are used for forwarding packets.
For WAN Reroute:
I.430, I.431 and Channelized T1/E1 dial circuits are implicitly fixed, and therefore can be used as a WRS primary.
Note: | I.430/I.431 and Channelized T1/E1 dial circuits can be used as WRS primary without any explicit configuration. |
Dial-on-overflow is similar to WAN Reroute, but does not require failure of the primary to start the alternate link. Instead, the utilization of the primary link is monitored, and if a threshold is exceeded, the alternate link is started. Also, not all protocols are brought up on the alternate link. Only IP is brought up on the alternate link, and other protocols continue to use the primary link unless the primary link goes down.
If the primary link goes down, WAN Reroute takes over and any protocols configured on the alternate interface can start detecting and using routes on the alternate interface.
For Dial-on-overflow:
For more information about WAN Reroute see "The WAN Reroute Feature".
Before you configure WAN Restoral, you must have the following:
Note: | Do not configure any protocol addresses on the secondary interface. The protocol assignments for the primary interface are used on the secondary link (dial circuit) when it is active. |
This section describes the steps required to configure WAN Restoral. Before you begin, use the list device command at the Config> prompt to list the interface numbers of different devices.
Follow these steps to configure WAN Restoral on the router:
Config>feature wrs WAN Restoral user configuration WRS Config>
WRS Config>add secondary-circuit Secondary interface number [0]? 3 Primary interface number [0]? 1
WRS Config>enable secondary-circuit Secondary interface number [0]? 3
WRS Config>enable wrs
To configure a dial circuit:
Config> list device
If no PPP dial-circuit interface is listed, add a dial-circuit interface by typing:
Config> add device dial-circuit Adding device as interface 3 Defaulting Data-link protocol to PPP Use "net 3" command to configure circuit parameters
Config> set data PPP Interface Number [0]? 3
Config> network 3
Circuit Config> set net 2
Circuit Config> set idle 0
Circuit Config> set calls inbound
Circuit Config> set calls outbound
Notes: